Component org.nuxeo.template.service.jxlsContrib
In bundle org.nuxeo.template.manager.jxls
Requirements
Resolution Order
899
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime
framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.
Contributions
XML Source
<component
name="org.nuxeo.template.service.jxlsContrib">
<require>org.nuxeo.template.service.defaultContrib</require>
<extension target="org.nuxeo.template.service.TemplateProcessorComponent" point="processor">
<documentation>JXLS template processor @author Thierry Delprat (td@nuxeo.com)</documentation>
<templateProcessor name="JXLSProcessor" label="JXLS Processor" default="false" class="org.nuxeo.template.processors.jxls.JXLSTemplateProcessor">
<supportedMimeType>application/vnd.ms-excel</supportedMimeType>
<supportedExtension>xls</supportedExtension>
</templateProcessor>
</extension>
</component>